func github.com/andybalholm/brotli.compressFragmentFastImpl

2 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L492: func compressFragmentFastImpl(in []byte, input_size uint, is_last bool, table []int, table_bits uint, cmd_depth []byte, cmd_bits []uint16, cmd_code_numbits *uint, cmd_code []byte, storage_ix *uint, storage []byte) {
		compress_fragment.go#L822: 	compressFragmentFastImpl(input, input_size, is_last, table, table_bits, cmd_depth, cmd_bits, cmd_code_numbits, cmd_code, storage_ix, storage)